home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_sylpheed.idb / usr / freeware / src / sylpheed / patches.z / patches
Text File  |  2002-10-07  |  908b  |  27 lines

  1. --- ./configure    Sun May 12 02:49:05 2002
  2. +++ ../sylpheed-0.7.6/./configure    Sun Jun 23 23:13:01 2002
  3. @@ -9041,7 +9041,7 @@
  4.  
  5.      if test "$ac_cv_enable_ldap" = yes; then
  6.          CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`"
  7. -        LIBS="$LIBS -lldap -llber -lpthread -lresolv `$GLIB_CONFIG --libs gthread`"
  8. +        LIBS="$LIBS -lldap -llber -lpthread `$GLIB_CONFIG --libs gthread`"
  9.      fi
  10.  else
  11.      echo "$ac_t""no" 1>&6
  12. --- ./ltmain.sh    Tue Oct  9 08:46:57 2001
  13. +++ ../sylpheed-0.7.6/./ltmain.sh    Sun Jun 23 23:12:14 2002
  14. @@ -61,10 +61,10 @@
  15.  default_mode=
  16.  help="Try \`$progname --help' for more information."
  17.  magic="%%%MAGIC variable%%%"
  18. -mkdir="mkdir"
  19. +mkdir="mkdir -p"
  20.  mv="mv -f"
  21.  rm="rm -f"
  22. -
  23. +++ ../sylpheed-0.7.6/./configure    Sun Jun 23 23:05:14 2002
  24.  # Sed substitution that helps us do robust quoting.  It backslashifies
  25.  # metacharacters that are still active within double-quoted strings.
  26.  Xsed='sed -e 1s/^X//'
  27.